home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / Adroff2 / Makefile < prev    next >
Encoding:
Makefile  |  1991-10-26  |  869 b   |  40 lines

  1. #
  2. # Generated by the NeXT Interface Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Interface Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Adroff
  11.  
  12. INTERFACES = Adroff.nib Info.nib
  13. CLASSES = Controller.m TextView.m
  14. MFILES = Adroff_main.m
  15. TIFFFILES = adImage3.tiff
  16. OTHERSRCS = README TextLab.strings
  17. APPICON = adImage3.tiff
  18. DOCICONS = Textlabdoc.tiff
  19.  
  20. SOURCEMODE = 444
  21.  
  22. LIBS = -lNeXT_s -lsys_s
  23. DEBUG_LIBS = $(LIBS)
  24. PROF_LIBS = -lNeXT_p -lsys_p
  25.  
  26. MAKEFILEDIR = /usr/lib/nib
  27. ICONSECTIONS =    -sectcreate __ICON app adImage3.tiff \
  28.         -sectcreate __ICON tl Textlabdoc.tiff
  29.  
  30. INSTALLDIR = $(HOME)/Apps
  31. INSTALLFLAGS = -c -s -m 755
  32.  
  33. -include Makefile.preamble
  34.  
  35. include $(MAKEFILEDIR)/app.make
  36.  
  37. -include Makefile.postamble
  38.  
  39. -include Makefile.dependencies
  40.